home *** CD-ROM | disk | FTP | other *** search
/ Champak 25 / Volume 25 - JOGO DISK .iso / Games / elementalgame.swf / scripts / DefineButton2_83 / BUTTONCONDACTION on(release).as next >
Text File  |  2006-08-22  |  253b  |  10 lines

  1. on(release){
  2.    if(_root.back.howto_mc._currentframe == 15)
  3.    {
  4.       _root.back.howto_mc.gotoAndPlay("close");
  5.    }
  6.    _root.back.right.gotoAndPlay("options");
  7.    _root.back.left.gotoAndPlay("options");
  8.    _root.holder.gotoAndPlay("play");
  9. }
  10.